home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
OOP_Course
/
Examples
/
DrawTests
/
Display
/
DisplayView.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
264b
|
18 lines
/* Generated by Interface Builder */
#import "MouseView.h"
#import <appkit/appkit.h>
@interface DisplayView:MouseView
{
float sqSide, backgroundGray;
float xOffset, yOffset;
NXRect sqRect;
}
- (float)backgroundGray;
- takeBackgroundGrayFrom:sender;
@end